SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 34539: PROC X12 stops processing when the number of missing values exceeds 80

DetailsAboutRate It

If a variable listed on the VAR statement in PROC X12 is set to missing for all observations in the DATA= data set or within a given BY group, then the procedure should print the following errors and continue processing the remaining variables or BY groups:

ERROR: For variable VARNAME, all observations are equal to missing values.
ERROR: An error was found in PROC X12 input. Processing skipped for variable VARNAME.

The above correct behavior occurs if the number of missing values for a given variable in the DATA= data set or within a given BY group is 80 or less. However, if the DATA= data set or a BY group contains at least one variable with 81 or more missing values, then the X12 procedure prints the following error message and stops processing:

ERROR: Adding MV DATE exceeds the number of regression effects allowed in the model (80). Check the regression model.

If the above error is encountered and the OUT= option is specified in the OUTPUT statement, then the OUT= data set is not created by the X12 procedure.

To circumvent the problem, omit any variables that contain more than 80 missing values from the VAR statement.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ETSMicrosoft® Windows® for x649.1 TS1M39.2 TS2M2
Microsoft Windows XP 64-bit Edition9.1 TS1M39.2 TS2M2
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M39.2 TS2M2
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M39.2 TS2M2
z/OS9.1 TS1M39.2 TS2M2
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.2 TS2M2
Microsoft Windows 2000 Advanced Server9.1 TS1M3
Microsoft Windows 2000 Datacenter Server9.1 TS1M3
Microsoft Windows 2000 Server9.1 TS1M3
Microsoft Windows 2000 Professional9.1 TS1M3
Microsoft Windows NT Workstation9.1 TS1M3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M39.2 TS2M2
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M39.2 TS2M2
Microsoft Windows Server 2003 Standard Edition9.1 TS1M39.2 TS2M2
Microsoft Windows XP Professional9.1 TS1M39.2 TS2M2
Windows Vista9.1 TS1M39.2 TS2M2
64-bit Enabled AIX9.1 TS1M39.2 TS2M2
64-bit Enabled HP-UX9.1 TS1M39.2 TS2M2
64-bit Enabled Solaris9.1 TS1M39.2 TS2M2
HP-UX IPF9.1 TS1M39.2 TS2M2
Linux9.1 TS1M39.2 TS2M2
OpenVMS Alpha9.1 TS1M39.2 TS2M2
Tru64 UNIX9.1 TS1M39.2 TS2M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.